home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-27 | 5.9 KB | 227 lines | [TEXT/MSWD] |
- %!PS-Adobe-2.0
- %%Title: Graph
- %%Creator: MatLab-MacII
- %%CreationDate: Friday, July 5, 1991
- %%Pages: (atend)
- %%BoundingBox: ? ? ? ?
- %%PageBoundingBox: 30 31 582 761
- %%For:
- %%IncludeProcSet: "(AppleDict md)" 68 0
- %%EndComments
- %%EndProlog
- %%BeginDocumentSetup
- md begin
-
- T T -31 -30 761 582 100 72 72 1 F F F F T T T psu
- (; document: Graph)jn
- 0 mf
- od
- %%EndDocumentSetup
- %%Page: ? 1
- op
- 0 0 xl
- 0 0 pen
- 0 0 gm
- (nc 0 0 730 552 6 rc)kp
- 1 1 lin
- psb
- %!PS-Adobe-2.0
- %%Creator: MATLAB, The MathWorks, Inc
- %%Title: MATLAB graph
- %%CreationDate: 07/05/91 14:11:57
- %%Pages: 001
- %%BoundingBox: 080 407 532 756
- %%DocumentFonts: Times-Roman
- %%DocumentNeededFonts: Times-Roman
- %%EndComments
-
- % MathWorks dictionary
- /mathworks 50 dict begin
-
- % definition operators
- /bdef {bind def} bind def
- /xdef {exch def} bdef
-
- % page state control
- /pgsv () def
- /bpage {/pgsv save def} bdef
- /epage {pgsv restore} bdef
- /bplot {gsave} bdef
- /eplot {grestore} bdef
-
- % bounding box in default coordinates
- /dx 0 def
- /dy 0 def
- /sides {/dx urx llx sub def /dy ury lly sub def} bdef
- /llx 0 def
- /lly 0 def
- /urx 0 def
- /ury 0 def
- /bbox {/ury xdef /urx xdef /lly xdef /llx xdef sides} bdef
-
- % orientation switch
- /por true def
- /portrait {/por true def} bdef
- /landscape {/por false def} bdef
-
- % coordinate system mappings
- /px 8.5 72 mul def
- /py 11.0 72 mul def
- /port {dx py div dy px div scale} bdef
- /land {-90.0 rotate dy neg 0 translate dy py div dx px div scale} bdef
- /csm {llx lly translate por {port} {land} ifelse} bdef
-
- % line types: solid, dotted, dashed, dotdash
- /SO { [] 0 setdash } bdef
- /DO { [0 4] 0 setdash } bdef
- /DA { [4] 0 setdash } bdef
- /DD { [0 4 3 4] 0 setdash } bdef
-
- % macros for moveto and polyline
- /M {moveto} bdef
- /L {{lineto} repeat stroke} bdef
-
- % font control
- /font_spec () def
- /lfont currentfont def
- /sfont currentfont def
- /selfont {/font_spec xdef} bdef
- /savefont {font_spec findfont exch scalefont def} bdef
- /LF {lfont setfont} bdef
- /SF {sfont setfont} bdef
-
- % text display
- /sh {show} bdef
- /csh {dup stringwidth pop 2 div neg 0 rmoveto show} bdef
- /rsh {dup stringwidth pop neg 0 rmoveto show} bdef
- /r90sh {gsave currentpoint translate 90 rotate csh grestore} bdef
-
- currentdict end def %dictionary
- %%EndProlog
-
- %%BeginSetup
- gsave initgraphics
- mathworks begin
-
- % fonts for text, standard numbers and exponents
- %%IncludeFont: Times-Roman
- /Times-Roman selfont
- /lfont 20 savefont
- /sfont 14 savefont
-
- %line width, line cap, and joint spec
- .5 setlinewidth 1 setlinecap 1 setlinejoin
-
- end
- %%EndSetup
-
- %%Page: 1 1
- %%BeginPageSetup
- %%PageBoundingBox: 080 407 532 756
- mathworks begin
- bpage
- %%EndPageSetup
-
- %%BeginObject: graph 1
- bplot
- 80 407 532 756 bbox portrait csm
-
- SO
- 78.09 77.33 757.00 77.33 757.00 570.67 78.09 570.67 78.09 77.33 M 4 L
- LF
- 73.09 71.33 M (-5) rsh
- 78.09 126.66 84.83 126.66 M 1 L
- 750.27 126.66 757.00 126.66 M 1 L
- 73.09 120.66 M (-4) rsh
- 78.09 176.00 84.83 176.00 M 1 L
- 750.27 176.00 757.00 176.00 M 1 L
- 73.09 170.00 M (-3) rsh
- 78.09 225.33 84.83 225.33 M 1 L
- 750.27 225.33 757.00 225.33 M 1 L
- 73.09 219.33 M (-2) rsh
- 78.09 274.67 84.83 274.67 M 1 L
- 750.27 274.67 757.00 274.67 M 1 L
- 73.09 268.67 M (-1) rsh
- 78.09 324.00 84.83 324.00 M 1 L
- 750.27 324.00 757.00 324.00 M 1 L
- 73.09 318.00 M (0) rsh
- 78.09 373.33 84.83 373.33 M 1 L
- 750.27 373.33 757.00 373.33 M 1 L
- 73.09 367.33 M (1) rsh
- 78.09 422.67 84.83 422.67 M 1 L
- 750.27 422.67 757.00 422.67 M 1 L
- 73.09 416.67 M (2) rsh
- 78.09 472.00 84.83 472.00 M 1 L
- 750.27 472.00 757.00 472.00 M 1 L
- 73.09 466.00 M (3) rsh
- 78.09 521.34 84.83 521.34 M 1 L
- 750.27 521.34 757.00 521.34 M 1 L
- 73.09 515.34 M (4) rsh
- 73.09 564.67 M (5) rsh
- 78.09 55.33 M (-5) csh
- 145.98 77.33 145.98 82.53 M 1 L
- 145.98 565.47 145.98 570.67 M 1 L
- 145.98 55.33 M (-4) csh
- 213.87 77.33 213.87 82.53 M 1 L
- 213.87 565.47 213.87 570.67 M 1 L
- 213.87 55.33 M (-3) csh
- 281.77 77.33 281.77 82.53 M 1 L
- 281.77 565.47 281.77 570.67 M 1 L
- 281.77 55.33 M (-2) csh
- 349.66 77.33 349.66 82.53 M 1 L
- 349.66 565.47 349.66 570.67 M 1 L
- 349.66 55.33 M (-1) csh
- 417.55 77.33 417.55 82.53 M 1 L
- 417.55 565.47 417.55 570.67 M 1 L
- 417.55 55.33 M (0) csh
- 485.44 77.33 485.44 82.53 M 1 L
- 485.44 565.47 485.44 570.67 M 1 L
- 485.44 55.33 M (1) csh
- 553.33 77.33 553.33 82.53 M 1 L
- 553.33 565.47 553.33 570.67 M 1 L
- 553.33 55.33 M (2) csh
- 621.22 77.33 621.22 82.53 M 1 L
- 621.22 565.47 621.22 570.67 M 1 L
- 621.22 55.33 M (3) csh
- 689.11 77.33 689.11 82.53 M 1 L
- 689.11 565.47 689.11 570.67 M 1 L
- 689.11 55.33 M (4) csh
- 757.00 55.33 M (5) csh
- 78.09 77.33 84.88 82.26 91.67 87.20 98.46 92.13 105.25 97.06
- 112.04 102.00 118.83 106.93 125.62 111.86 132.41 116.80 139.20 121.73
- 145.98 126.66 152.77 131.60 159.56 136.53 166.35 141.46 173.14 146.40
- 179.93 151.33 186.72 156.27 193.51 161.20 200.30 166.13 207.09 171.07
- 213.87 176.00 220.66 180.93 227.45 185.87 234.24 190.80 241.03 195.73
- 247.82 200.67 254.61 205.60 261.40 210.53 268.19 215.47 274.98 220.40
- 281.77 225.33 288.55 230.27 295.34 235.20 302.13 240.13 308.92 245.07
- 315.71 250.00 322.50 254.93 329.29 259.87 336.08 264.80 342.87 269.73
- 349.66 274.67 356.45 279.60 363.23 284.53 370.02 289.47 376.81 294.40
- 383.60 299.33 390.39 304.27 397.18 309.20 403.97 314.13 410.76 319.07
- 417.55 324.00 424.34 328.93 431.12 333.87 437.91 338.80 444.70 343.73
- 451.49 348.67 458.28 353.60 465.07 358.53 471.86 363.47 478.65 368.40
- 485.44 373.33 492.23 378.27 499.02 383.20 505.80 388.13 512.59 393.07
- 519.38 398.00 526.17 402.93 532.96 407.87 539.75 412.80 546.54 417.73
- 553.33 422.67 560.12 427.60 566.91 432.53 573.70 437.47 580.48 442.40
- 587.27 447.33 594.06 452.27 600.85 457.20 607.64 462.13 614.43 467.07
- 621.22 472.00 628.01 476.93 634.80 481.87 641.59 486.80 648.37 491.73
- 655.16 496.67 661.95 501.60 668.74 506.54 675.53 511.47 682.32 516.40
- 689.11 521.34 695.90 526.27 702.69 531.20 709.48 536.14 716.27 541.07
- 723.05 546.00 729.84 550.94 736.63 555.87 743.42 560.80 750.21 565.74
- M 99 L
- 750.21 565.74 757.00 570.67 M 1 L
- eplot
- %%EndObject graph 1
-
- epage
- end
-
- %%Trailer
- grestore
- pse
- F T cp
- %%Trailer
- cd
- end
- %%Pages: 1 0
- %%EOF
-